func go/types.compositeKind

4 uses

	go/types (current package)
		expr.go#L560: 			what := compositeKind(errOp.typ)
		expr.go#L580: 		return compositeKind(typ) + " can only be compared to nil"
		operand.go#L198: 					what := compositeKind(x.typ)
		operand.go#L235: func compositeKind(typ Type) string {